CSE512 Projects (Winter 2014)

Galactic Merger Trees

Visualization of the merger history tree of present day galaxies

Abstract

With the help from high-performance computing, scientists have been able to run large scale simulations to model the behavior of complex, natural systems. The amount of data generated is so massive it becomes challenging to analyze and interact with the data using traditional methods. In the field of cosmology, astronomers have run these large scale simulations to model the behavior of particles interacting from the Big Bang up to present day (a span of 14 billion years). The ultimate goal behind these simulations is to better understand how galaxies such as the Milky Way form and evolve over time. In this project, we develop a visualization that details the history behind galaxies from present day by generating merger trees. Some features developed include the ability to easily observe the structure of the merger trees, learn more about the halos through user-friendly navigation and be able to highlight specific halos in the tree structure by defining mass and particle count.

Software

To run, either go here or download our repository and run "python -m SimpleHTTPServer 9000" and access this from http://localhost:9000/index_viz.html.

Materials